TbsPolyglotManager Class

LangsDir property

The LangsDir property provides access to the directory in which LNG files are stored. LangsDir stores path to directory with \ at the end you can specify path without final \ then the object adds \ automatically. This property configure TbsCorePolyglot LangsDir property. There is a user-friendly property editor to modify this property in design time

Syntax

property LangsDir: string read write;

Example

// set LNG files directory to the same dir as exe file
PolyglotManager.LangsDir := ExtractFileDir(ParamStr(0));

See also

TbsCorePolyglot